From 11e45f6cfe105fb3bacc5c38face79f2aa619984 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Chlup?= Date: Thu, 23 Oct 2025 22:44:46 +0200 Subject: [PATCH] README: update build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit After recent changes (8957f6c2557b and 49df5f5b8704) related to the building process the README became outdated. Signed-off-by: Vladimír Chlup Link: https://github.com/openwrt/omcproxy/pull/16 Signed-off-by: Álvaro Fernández Rojas --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 045d4f2..c27742b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,11 @@ It is partly based on code of https://github.com/Oryon/pimbd ## Compiling -omcproxy uses cmake: -- To prepare a Makefile use: "cmake ." -- To build / install use: "make" / "make install" afterwards. -- To build DEB or RPM packages use: "make package" afterwards. +The easiest way to compile omcproxy is by using `devel-build.sh` script within `sripts/` directory. Simply execute + +```bash +./scripts/devel-build.sh +``` + +Note that `cmake` is required. + -- 2.30.2